@charset "utf-8";
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; -webkit-box-shadow: none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body,
button, input, select, textarea {
    font-family: "Microsoft Yahei"; color: #666; font-size: 13px;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; }


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
  font-family: 'iconfont';  /* project id 2345038 */
  src: url(files/iconfont.eot.txt),
  url(files/iconfont.woff) format('woff'),
  url(files/iconfont.ttf) format('truetype'),
}


/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
body {overflow-y: scroll;}

/*设置浮动*/
.fl,.pull-left {float: left;}
.fr,.pull-right {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

.clear{ clear:both; height: 0; overflow: hidden;}
.clearfix:after {visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}

.box,.content,.w1200,.width-1200{ width:1400px; margin:0 auto;}
/* -- 内页布局 -- */
.page_bg { padding:20px 0 20px; background:#fff;}
.page_main { margin: 0 auto; width: 1400px;}  /*版面宽度*/
.page_content{ width:930px;} /*右边宽度*/
.page_left{ width:240px;} /*左边宽度*/
.page_full{ width:100%;}
.dis,.hide{ display:none;}

.line-clamp-1{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.line-clamp-2{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.line-clamp-3{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.line-clamp-4{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.n_box{
    width: 1400px;margin:70px auto;position: relative;
}

.n_box:after{
    display: block;content: "";clear: both;
}
.box:after{
    display: block;content: "";clear: both;
}


/*顶部*/
.top_all{
    width: 100%;background: #036dff;line-height: 45px;min-width: 1400px;
    font-size: 14px;color: #71adff;
}  
.top_all a{font-size: 14px;color: #71adff;}
.top_all a:hover{
    color: #fff;
}
.top_all i{
    display:inline-block;font-size: 17px;
}
.top_all a:hover i{
    color: #fff;
}
.top_r a{display: inline-block;  padding-right: 20px;
    
}
.top_r a{border-right: 1px solid #2c85ff;}
.top_r i{
    padding-left: 20px;
}
.top_r a:nth-of-type(1) i{
    border-left: 1px solid #2c85ff;
}

.top_r i img{
    display: inline-block;vertical-align: middle;
}
/*抬头*/
.hlogo{background: #fff; position: relative;  box-sizing: border-box;overflow: hidden; margin: 20px 0 20px 0;}
.hlogo img{position: relative;z-index: 3;  display: block; width:260px;

}
.hlogo p{  font-size: 32px;color: #333; letter-spacing: 14px; line-height: 32px;
    font-weight: bold;
}
  .hlogo a{ display: block;padding-top: 15px;}
 
 .hsecond{
     padding: 0 0 25px 0;
 } 
.hwa{font-size: 0;margin: 44px 0 0 0;}
.hwa p{
    float: left;
}
.hwa i{ display: block;font-style: normal;font-size: 46px;line-height: 50px; color: #222;font-weight: bold;}
.hwa em{ display: block;font-style: normal;font-size:16px;line-height:34px; font-family: "arial"; text-transform: uppercase;color: #999;}
  
 
 .alibb{float:left;margin: 40px 0 0 110px;
     width: 120px;padding: 18px 20px 13px 20px; background: #f5f5f5;border-radius: 20px;overflow: hidden;text-align: center;
 } 
   .alibb a{ letter-spacing: 2px;
       display: block;font-size: 15px; line-height: 32px;text-align:center;color: #999;
   }
  .alibb a img{ margin: 0 auto;
     display: block;
  } 
   
.hline{width: 15px;height: 86px; background: url(images/008.png) left center no-repeat; margin: 0 5px 0 5px ;}
.hmean{font-size: 19px;color: #555;}
.hmean b{display: block;font-size:33px;color: #333;margin-bottom: 7px; padding-bottom: 5px; border-bottom: 1px solid #eee;letter-spacing:5px;}
.hmean b span{color: #036dff; font-weight:bold;}
.hmean b span:nth-of-type(2){
    color:#f10101;
}
 .head_p{ font-size: 16px; color: #777;text-align: center; line-height: 40px; padding:50px 0 0 0; }
 .head_p dl{
     display: block;float: left;font-size:50px;color: #f2f2f2;line-height:50px; margin: 10px 5px 0 0;
 }
 .head_p p{ font-size:32px; font-family: "impact"; color: #222; line-height: 34px;}
 .head_p p span{
     font-size: 34px;letter-spacing: 0.6px;
 }
 .head_p li{ display: block; position: relative;}
  .head_p .tel{text-align: left; padding-right: 10px; margin-right: 10px; color: #222;
      font-size: 18px;line-height: 27px;padding-top:7px; position: relative;
  }
  .head_p .tel:after{
      display: block;content: "";width: 1px;height: 51px;background: #eee; position: absolute;right: 0;top: 10px;
  }
  
  
  /*共用标题样式*/
.biaoti{text-align: center;
   
}
.biaoti p{font-size: 44px;color: #333;font-weight: bold;
    line-height: 44px;
}
.biaoti p>b{color:#036dff;}
.biaoti span{display: block;margin-top:15px;font-size: 18px;margin-bottom:20px; line-height:30px;}
.biaoti em i {display: inline-block;width: 6px;height: 15px;background: #f19f01;border-radius: 3px;vertical-align: top;animation: tptd 1.5s infinite;-webkit-animation: tptd 1.5s infinite;}
.biaoti em i:nth-child(2) {height: 22px;background: #036dff;animation: tptd 1.8s infinite;-webkit-animation: tptd 1.8s infinite;}
.biaoti em i:nth-child(3) {background: #f19f01;animation: tptd 2s infinite;-webkit-animation: tptd 2s infinite;}
.biaoti em i+i {margin-left: 11px;}

@keyframes tptd{
  0%{transform: translateY(0);}
  50%{transform: translateY(5px);}
  100%{transform: translateY(0);}
}



  
  /*实力数字滚动*/
  .number{ margin-top: -108px; position: relative;z-index: 999; padding-top: 90px;
    width: 100%;background: url(images/number_bg.png)center top no-repeat; min-width: 1400px;
} 

 .num{display: -webkit-flex;display: flex;justify-content:space-between;flex-wrap: nowrap;align-items:center; height:220px; font-size:15px; color:#555555; text-align:center;
width:1400px;margin:0 auto;
     
 }
.num span,.num i{ display:inline-block; vertical-align:top;}
.num span{ font-size:66px; color:#000000; font-family:impact; position:relative; z-index:3;}
.num span:after{
    display: block;content: "";width:35px;margin:25px auto 30px auto; height:2px;background: #1d79de;
}
.num i{ border-radius:50%; width:30px; height:30px; font-size:18px; line-height:30px; color:#fff; background:#1d79de; margin-left:-15px;}

.num li{
    font-size: 18px; color: #333;
}
 .num li dl{
     font-family: "arial";font-size: 12px;text-transform: uppercase;color: #c1c1c1;padding-top:10px;
 }

/*产品特点*/
 .feature{
	       display: block;margin-top: 30px;
	   }  
	   
	 .feature li{text-align: center;
	     width: 410px; box-sizing: border-box;padding:10px;background: #fff;border: 1px solid #eee;
	 } 
	 .feature li+li{
	     margin-left: 30px;
	 }
	 .feature li:nth-of-type(2){
	     width: 520px;
	 }
	 .feature:after{
	     display: block;content: "";clear: both;
	 }
	 .feature li .pic{
	     height: 250px;overflow:hidden;
	 }
	 .feature li .pic img{transition: all ease 0.5s;
	     display: block;width: 100%;height: auto;
	 }
	 .feature li:hover .pic img{
	     transform:scale(1.2);
	 }
	 .feature li .txt{ padding: 0 30px;
	    line-height: 32px;
	 }
	 .feature li .txt dl{
	     font-size: 28px;color:#222;font-weight: normal;line-height: 50px;padding:20px 10px 10px 10px ;
	 }
	.feature li .txt p{ font-size: 15px;font-weight: lighter;}
	 .feature li .txt a{
	     display: block;margin: 25px auto 25px auto; background: #eee;color: #333; line-height:50px; font-size: 16px;
	 }
	 .feature li:hover a{
	     background: #036dff;color: #fff;
	 }


/*产品分类*/
.list_all{border-radius: 0 30px 0 0;
    width:290px;box-sizing: border-box; border: 1px solid #eee;border-top:none;
}    
 .list_t{
   background: linear-gradient(to bottom,#036dff,#1c7cff);
   padding:31px 50px 21px 50px;border-radius: 0 30px 0 0;line-height: 36px;
   overflow: hidden;
 }
 .list_t dl{ font-weight: bold;
     font-size: 30px;color: #fff;
 }
  .list_t p{ text-transform: uppercase;font-size: 14px;
    color: rgba(255,255,255,0.6);font-family:"arial";  
  }
  .list_c{background: #fff;
     
  }
  .list_c li{ line-height:70px; padding: 0 30px;
     
  }
  .list_c li a{ display: block; font-size: 16px;color: #333; border-bottom: 1px dashed #ddd;
      
  }
  .list_c li a span{
      font-size: 18px;color: #ddd;padding-right: 5px;
  }
  .list_c li:last-of-type a{
      border-bottom:none;
  }
  .list_c li:hover{
      background: #036dff;
  }
  .list_c li:hover a{color: #fff;}
  
  /*产品展示*/
  .prod_all{ margin-top: 80px;
    width: 100%;min-width: 1400px;background: #f2f2f2;padding: 80px 0;box-sizing: border-box;
}  

.prod_b{
    margin-top: 40px;
}
.prod_r{
    width: 1060px;position: relative;
}
.prodgdt:after{
    display: block;width: 108px;height: 108px;content: "";background: url(images/tuijian.png)center no-repeat;position: absolute;right: 0;top: 0;
}
.prodgdt .picScroll-left{ overflow:hidden; position:relative; background:#fff; padding:35px; }

.prodgdt .picScroll-left .hd{ overflow:hidden;  height:44px;  width:87px; z-index: 66; 
    position: absolute;bottom:0;right: 0;
}
.prodgdt .picScroll-left .hd .prev{ background:#fff url(images/prev.jpg)center no-repeat  ; float:left;width: 42px;height: 42px;border: 1px solid #dcdcdc;
    cursor: pointer;
}
.prodgdt .picScroll-left .hd .next{float:right;background:#fff url(images/next.jpg)center no-repeat  ;width: 42px;height: 42px;border: 1px solid #dcdcdc; border-left: none;
     cursor: pointer;
}
.prodgdt .picScroll-left .bd{}
.prodgdt .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.prodgdt .picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width:990px !important; }
.prodgdt .picScroll-left .bd ul li .pic{width:500px;height:340px; overflow:hidden;}
.prodgdt .picScroll-left .bd ul li .pic img{ width:100%;height:auto;
display:block;}

.prodgdt .picScroll-left .bd ul li .txt{ line-height:32px; width:440px;text-align:left;  }
.prodgdt .picScroll-left .bd ul li .txt i{
    display: block;font-size: 30px;color: #036dff;font-weight: bold;line-height: 30px;
}
.prodgdt .picScroll-left .bd ul li .txt i:after{
    display: block;content:"";width: 50px;margin: 28px 0 25px 0; height: 3px;background: #036dff;
}
.prodgdt .picScroll-left .bd ul li .txt p{ margin-bottom: 30px;text-align: justify;
    font-size: 15px;font-weight: lighter;
}
.prodgdt .picScroll-left .bd ul li .txt dl{text-align: center;
    float: left;width: auto;
}	
.prodgdt .picScroll-left .bd ul li .txt dl dd{font-size: 44px;color: #aaa;line-height:44px;
}
.prodgdt .picScroll-left .bd ul li .txt dl dt{color: #333;
    font-size: 18px; line-height:40px;
}
.prodgdt .picScroll-left .bd ul li .txt dl+dl{
    margin-left:40px;
}
.prodgdt .picScroll-left .bd ul li .txt a{float: left; margin-top: 30px; line-height: 42px;transition: all ease 0.5s;
    display: block;width: 150px;background: #f19f01;color: #fff;font-size: 15px;text-align: center;border-radius: 22px 0 0 22px;
}
.prodgdt .picScroll-left .bd ul li .txt a+a{
 background: #036dff;border-radius: 0 22px 22px 0;
}
.prodgdt .picScroll-left .bd ul li .txt a:hover{
border-radius: 0;
}
.prod_box{
    position: relative;
}
.prod_gd{
    margin-top:32px;
}
.prod_gd_title{
    line-height: 30px;background: url(images/proico.png)left center no-repeat; padding-left: 20px; height:30px;
}
.prod_gd_title dl{
    font-size: 25px;font-weight: bold;color: #333;float: left;
}
.prod_gd_title dd{
    float: left;font-size: 17px;font-family: "arial";color: #999;padding-left:10px;
}
.prod_gd_title a{
    display: block;float: right;font-size: 16px;font-family: "arial";color: #999;text-transform: uppercase;
}

.prod_bb{overflow:hidden;}
 .prod_bb li {
        float: left;background: #fff;
        margin-right: 20px;
        width: 350px;position: relative;overflow: hidden;
    }
   .prod_bb li .prod_img {
        width: 350px;
        height: 350px;
     
    }
   .prod_bb li .prod_img img {
        display: block;
        width: 100%;
        height: 100%;transition: all ease 0.5s;
    }
   .prod_bb li .prod_t {
        position: relative;
        width: 350px;
        height: 50px;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;
        background: #fff;
    }
   .prod_bb li .prod_t span {
        position: relative;
        display: block;
        z-index: 9;
    }
   .prod_bb li .prod_t:after {
        display: block;
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        width: 0;
        height: 50px;
        transition: all 0.3s;
        background: #036dff;
    }
   .prod_bb li:hover .prod_t:after {
        width: 350px;
    }
    .prod_bb li:hover .prod_t {color: #fff; }

.prod_bb li:hover .prod_img img{
    transform: scale(1.3);
}

/*应用案例*/
.case_all {
    padding-top: 80px;
    width: 100%;
    min-width: 1400px;
    background: url(images/case_bg.jpg)center top no-repeat;
}
.case_all .case_b {
    width: 100%; margin-top:40px;
    min-width: 1400px;
    background: url(images/case_bg2.png)bottom center no-repeat;
    padding: 60px 0 80px 0;
    
}
.case_all .biaoti p{
    color: #fff;
}
.case_all .biaoti em i:nth-child(2){
    background: #fff;
}
.case_all .biaoti span{ font-size: 17px;
    color: rgba(255,255,255,0.7)
}

  .case_b li{
        display: block;width:32%;float: left; margin-right: 2%;
    }
    .case_b li .pic{ position: relative;
        width: 100%;height: auto; overflow: hidden;
    }
    .case_b li .pic dl{transition: all ease 0.5s;
        display: block;position: absolute;left: 0;top: -336px;right: 0;padding: 85px 70px;background: rgba(3,109,255,0.8);color: #fff;
        height: 336px;box-sizing: border-box;
        text-align: center;font-size: 15px;line-height: 32px;
    }
    .case_b li:hover .pic dl{
        top: 0;
    }
    .case_b li:nth-of-type(3n){
        margin-right: 0;
    }
    .case_b li:nth-of-type(n+4){
        margin-top: 2%;
    }
    .case_b li .pic img{
        display: block;width: 100%;height: auto;
    }
    .case_b li .txt{
        font-size: 16px; line-height: 60px;background: #eee;
    }
    .case_b li .txt{ padding:0 20px;   
    }
    .case_b li .txt span{
        font-size: 16px;
    }
    .case_b li .txt i{
        display: block;font-size: 20px;color: #aaa;
    }
    .case_b li .txt:after{
        display: block;content: "";clear: both;
    }
    
    
/*优势*/
.adv_t{text-align:center;color: #fff; padding:80px 0 60px 0;  background: url(images/advbg.jpg)no-repeat center;background-attachment: fixed;}
.adv_t .biaoti p{
    color: #fff;
}
.adv_t .biaoti em i:nth-child(2){
background: #fff;
}
.adv_bg .box1{ box-shadow: 0px 20px 20px rgba(0,0,0,0.1);padding:0 60px;width: 100%;
    box-sizing: border-box;
}

.adv_w{width:640px; padding:70px 50px 70px 0px; box-sizing: border-box;
}
.adv_w:before{display:block; width:76px; height:76px; line-height:76px; text-align:center; float:left; background:#f19f01; 
border-radius: 100%; font-size:40px; color:#fff; font-weight:bold; margin-right:15px; margin-bottom: 30px;}
.adv_bg1 .adv_w:before{content:"01"; }
.adv_bg2 .adv_w:before{content:"02"; }
.adv_bg3 .adv_w:before{content:"03"; }
.adv_bg4 .adv_w:before{content:"04"; }
.adv_bg2 .adv_w,.adv_bg4 .adv_w{padding:70px 0px 70px 60px;}
.adv_w h2{font-size:36px; color:#036dff;}
.adv_w span{font-size:14px; line-height:30px;color: #999;
    text-transform: uppercase;
}
.adv_w dd{padding-left:0; font-size:16px; line-height:32px; color:#444; padding-top:15px; }
.adv_r{overflow: hidden;
    padding-top: 50px;
}
.adv_r img{
    display: block;
}
.adv_w dd i{
    color: #036dff; padding-right: 10px;
}
.box1:after{
    display: block;content: "";clear: both;
}
/*合作流程*/
.process{
    width: 100%;min-width: 1400px; margin-top: 80px;
}    
.process_b{
  background: url(images/process_bg.jpg)center 160px no-repeat;
}
.process_b li{  margin-top: 40px;
    width:190px;text-align: center;color: #999;font-size: 15px; line-height: 28px;
}
.process_b li+li{
    margin-left: 50px;
}
.process_b li dl{ font-size:48px;color: #aaa;line-height: 130px;width: 113px;margin: 0 auto;
    background: url(images/lc_bg.png) no-repeat;
}
.process_b li i{display: block;
    border:2px solid #dfdfdf;background: #036dff;width:12px;height: 12px;
    border-radius: 50%;overflow: hidden; margin:35px auto 20px auto;position:relative;z-index: 1;
}
.process_b li em{display: block; font-weight: bold;
    font-size:22px; color: #333;line-height: 50px;
}
.process_b li:nth-of-type(2n) i{margin:30px auto 35px auto;}
.process_b li:nth-of-type(3){margin-top: 26px;}
.process_b li:nth-of-type(4){margin-top: 57px;}
.process_b li:nth-of-type(5){margin-top: 8px;}
.process_b li:nth-of-type(6){margin-top:71px;}
.process_b .tel{
   margin: 50px auto 0 auto;height: 50px;line-height: 50px;border-left: none;width:580px;text-align: center; background: #eee;border-radius: 25px;overflow: hidden;
}
.process_b .tel_l{border-radius: 25px;overflow: hidden; background: #dfdfdf;
}
.process_b .tel_l i{ background: #f19f01;color: #fff;width: 50px;height: 50px;font-size:26px; line-height:48px;  text-align: center;
    display:block; border-radius: 25px;overflow: hidden;float: left;
}

.process_b .tel_l a{
    font-size: 16px;font-family: "arial";color: #333; display:block;float: left; padding: 0 30px 0 20px;
}
.process_b .tel_l:hover {
    background: #036dff;
}
.process_b .tel_l:hover a{color: #fff;}
.process_b .tel_r{border-radius: 25px;overflow: hidden; background: #f5f5f5;cursor:pointer; }
.process_b .tel_r i{ background: #f19f01;color: #fff;width: 50px;height: 50px;font-size:24px; line-height:48px; text-align: center;
    display:block; border-radius: 25px;overflow: hidden;float: left;
    transition: all ease 1s;
}
    .process_b .tel_r em{
    font-size: 26px;font-family: "arial";color: #333; display:block;float: left;}
    .process_b .tel_r p{
        font-size: 16px;color: #888;float: left; padding-left: 30px;
    }
.process_b .tel_r:hover i{
    font-size:28px;
}    

/*公司简介*/
.about_t .biaoti p{
    color: #fff;
}
.about_t .biaoti em i:nth-child(2){
    background: #fff;
}
.about_t .biaoti span{
    color: rgba(255,255,255,0.7)
}

.about_t{ margin-top: 80px; box-sizing: border-box; padding: 80px 0;
    width: 100%;height: 350px;background: url(images/about_bg.jpg)center top fixed;
}    
.about_c{
    width: 1400px;margin: -100px auto 0 auto;background: #f5f5f5; position: relative;z-index: 2;
}
.about_l{ height: 460px;
    width: 680px;overflow: hidden;
}
.about_l img{
    display: block;
}
.about_r{ box-sizing: border-box;padding:50px 60px;text-align: justify;
width:720px;font-size: 16px;line-height: 32px;color: #666;    
}
.about_r dt{
    display: block;font-size: 30px;font-weight: bold;color: #036dff;line-height: 50px;
}
.about_r dd{ font-size:15px;text-transform: uppercase;color: #bbb;font-family: "arial";    
}
.about_r dd:after{
    display: block;content: "";width: 50px;height: 2px;background: #036dff;margin: 20px 0 20px 0;
}
.about_r p{
    font-size: 15px;line-height: 32px;
}
.about_r a{width: 150px;text-align: center;background: #eee;
    display:block;margin-top:30px;font-size: 15px;color: #333;line-height: 46px;
}
.about_r a:hover{
    background: #f19f01;color: #fff;
}
/*荣誉资质*/

.honor{
    width:355px;height: 530px; position:absolute;right: 0;bottom:-50px; background: #036dff;z-index: 22;box-sizing: border-box; padding:30px 20px;text-align: center;
}
.honor_t{
    font-size: 30px;color: #fff;line-height: 50px; margin-bottom: 15px;
}
.honor	.picScroll-left{  position:relative; }
.honor	.picScroll-left .hd{ overflow:hidden;  height:60px; width: 100%;top:-50px;position: absolute;}
.honor .picScroll-left .hd .prev{ display:block;  width:39px; height:27px; 
			 cursor:pointer; background:url(images/prev1.png) 0 0 no-repeat; position:absolute; left:20px;}
.honor .picScroll-left .hd .next{ display:block;  width:39px; height:27px; position:absolute; right:20px;
			 cursor:pointer; background:url(images/next1.png) 0 0 no-repeat;}

.honor .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.honor .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
.honor .picScroll-left .hd ul li.on{ background-position:0 0; }
.honor .picScroll-left .bd{ padding:0 13px;   }
.honor .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.honor .picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width:270px; 
	display:block;}
.honor .picScroll-left .bd ul li .pic{ text-align:center; }
.honor .picScroll-left .bd ul li .pic img{ width:100%;  display:block; }
.honor .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.honor .picScroll-left .bd ul li .title a{ line-height:60px; color:#ffff; font-size:15px;  }
	
	

/*车间滚动*/
.plant_all{ margin-top:50px; padding:50px 0;
    width: 100%;min-width: 1400px;background: url(images/plant_bg.png)top repeat-y;
}
.plant_all .box{
    position: relative;
}
.plant_b{overflow:hidden; width:1000px;}
 .plant_b li {
        float: left;
        margin-right: 20px;
        width: 320px;position: relative;overflow: hidden;
    }
   .plant_b li .plant_img {
        width: 320px;
        height: 240px;
     
    }
   .plant_b li .plant_img img {
        display: block;
        width: 100%;
        height: 100%;
    }
   .plant_b li .plant_t {
        position: relative;
        width: 320px;
        height: 50px; background: #fff;
        text-align: center;
        font-size: 15px;
        color: #555;
        line-height: 50px;

    }
 
    /*内页代码*/
.small_ul{
    position: relative;width: 100% !important;overflow: hidden; left: 0 !important;
}
.showsum { background: #f5f5f5;padding:20px 12px; height: 230px !important;width: 500px !important;
    position: absolute !important; bottom:0;
}
.pro_text_show{
    height: 390px !important;
}
.mod1125 ul.small_ul li{
    width: 110px !important; height: 110px !important;
}
.mod1125 ul.small_ul li:nth-of-type(n+5){
    margin-top: 10px;
}
.mod1125 ul.small_ul li>div{
    width:100% !important;height: 100% !important;
}
.mod1125 ul.small_ul li>div img{ cursor: pointer;
    width:100%;
}

#newBridge .icon-right-center{left: 20px !important;
    top: 80% !important;
}
